home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 November / macformat-043.iso / mac / Shareware Plus / Developers / OpenStack Rinaldi Collection / openstack-rinaldi-lib / SayText 1.1 (US) / SayText 1.1 (US).rsrc / HELP_5635 next >
Encoding:
Text File  |  1996-01-09  |  2.7 KB  |  82 lines

  1.  
  2.  
  3.                                              SayText 1.1
  4.  
  5.                                          by Frédéric RINALDI
  6.  
  7.  
  8. DESCRIPTION
  9.   SayText XCMD allows to use voice sythesis of Macintalk II to make the Mac loudly read text. It requires the new Speech Mgr installed.
  10.  
  11. SYNTAX
  12.                      SayText <text>[,<voice nb>[,<rate>[,<pitch>]]]
  13.  
  14. PARAMETERS
  15.    <text> is the text to say.
  16.  
  17.    <voice nb> is the voice number to use. See joined VoicesList XFCN to get a list of installed voices. Default is MacinTalk II default voice.
  18.  
  19.    <rate> is an integer (1-100) defining the voice rate. Higher value gives faster speech.
  20.  
  21.    <pitch> is an integer (1-1000) defining the voice pitch. Higher value gives more treeble speech.
  22.  
  23.    Using "!", "?" and "=" as first parameter will return an online help (resp. copyright,  syntax and output).
  24.  
  25. USING
  26.    Speech interruption is allowed by pressing Esc or Cmd-. keys while the speech proceeds.
  27.    Script execution waits until speech is done.
  28.  
  29. ERRORS
  30. If an error occurs, SayText can return :
  31.      "Error : OS error #XX"
  32.      "Error : Speech Mgr must be installed"
  33.      "Error : Bad voice number"
  34.      "Error : Bad rate value"
  35.      "Error : Bad pitch value"
  36.      "Error : Voice not found"
  37.  
  38.  
  39. HISTORY
  40. 1.1                                                                  07/14/93
  41. • Added mouth cursor while speaking
  42. • Enhanced interruption test
  43.  
  44. 1.0                                                                  07/12/93
  45. • First public release
  46.  
  47.  
  48.                                              VoicesList 1.0
  49.  
  50.  
  51. DESCRIPTION
  52.   VoicesList returns the list of available voices.
  53.  
  54. SYNTAX
  55.                                                 VoicesList()
  56.  
  57. PARAMETERS
  58.    No param required.
  59.  
  60.    Using "!", "?" and "=" as first parameter will return an online help (resp. copyright,  syntax and output).
  61.  
  62. USING
  63.    The XFCN returns a lines list of available voices, each line being:
  64.       <name>,<comment>,<gender>,<age>
  65.    Simply use the line number as voice number for SayText.
  66.  
  67. ERRORS
  68. If an error occurs, VoicesList can return :
  69.      "Error : Speech Mgr must be installed"
  70.  
  71. HISTORY
  72. 1.0                                                                  07/14/93
  73. • First public release
  74. --------------------------------------------------------------------
  75.    All externals included in this stack are FreeWare and may be used in non-commercial software provided the following notice is visibly present :
  76.  
  77.       SayText XCMD & VoicesList XFCN © Frederic Rinaldi, 1989…1993.
  78.  
  79.    Free for non-commercial use. Use in commercial software subjected to prior acknowledgement and licensing from the author, reachable at the following network addresses:
  80.  
  81. AppleLink: RINALDI1   CalvaCom : FR10    Compuserve : 71170,2111
  82.                Internet : RINALDI1@APPLELINK.APPLE.COM